home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
totallys.swf
/
scripts
/
frame_434
/
PlaceObject2_129_90
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
389 b
|
22 lines
onClipEvent(enterFrame){
_root.cible._x = _root._xMouse;
_root.cible._y = _root._yMouse;
i = int(_root._xMouse * 0.078);
if(1 >= i)
{
i = 1;
}
else if(i >= 50)
{
i = 50;
}
if(200 < _root.cible._y)
{
_root.canon.gotoAndStop(i);
}
else if(200 >= _root.cible._y)
{
_root.canon.gotoAndStop(i + 50);
}
}